*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jan 2003 12:18:13 +0000 (12:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jan 2003 12:18:13 +0000 (12:18 +0000)
lisp/ChangeLog

index f113cc1b521a2c934f15678983912c608c4b7645..463feb0dbcfb1aab92783d63482b4702312fc821 100644 (file)
@@ -2,6 +2,16 @@
 
        * composite.el (decompose-composite-char): Fix docstring.
 
+       * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp'
+       instead of `substring'.
+
+       * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
+       file name if no other master file is located.
+
+       * progmodes/cperl-mode.el (cperl-beautify-level)
+       (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
+       (cperl-calculate-indent): Fix typo.
+
 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
 
        * arc-mode.el (archive-lzh-summarize): Fix previous change.